home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / editor / auror300.zip / XIPF.AML < prev    next >
Text File  |  1996-07-17  |  3KB  |  56 lines

  1. //--------------------------------------------------------------------
  2. // XIPF.AML
  3. // Syntax highlighting for IPF (GML) documents (Ipf)
  4. //
  5. // After making changes, save this file and compile with <shift f10>.
  6. //--------------------------------------------------------------------
  7.  
  8. include bootpath "define.aml"
  9.  
  10. syntax
  11.   'bcfin'                         // options:
  12.                                   //   b=show through marked block
  13.                                   //   c=highlight cursor line
  14.                                   //   d=show through closed folds
  15.                                   //   f=use only foreground colors
  16.                                   //   i=ignore keyword case
  17.                                   //   n=highlight numbers
  18.   '\t'                            // symbol set 1
  19.   ''                              // symbol set 2
  20.   ''                              // string characters
  21.   ''                              // string literal char
  22.   ''                              // numeric char
  23.   '.*'    0                       // eol comment 1 / start column
  24.   ''      0                       // eol comment 2 / start column
  25.   ''      ''                      // multi-line comment 1
  26.   ''      ''                      // multi-line comment 2
  27.   0                               // number of lines to scan backward
  28.  
  29.   // colors
  30.   color brightcyan   on black     // keyword
  31.   color gray         on cyan      // symbol set 1
  32.   color gray         on cyan      // symbol set 2
  33.   color brightred    on black     // string
  34.   color brightred    on black     // numeric
  35.   color brightgreen  on black     // eol comment 1
  36.   color brightgreen  on black     // eol comment 2
  37.   color brightgreen  on black     // comment 1
  38.   color brightgreen  on black     // comment 2
  39.  
  40. keyword
  41.   :acviewport, :address, :afnref, :ahdref, :ainform, :alaunch, :aline,
  42.   :area, :artlink, :artwork, :aspotref, :author, :backm, :body, :c,
  43.   :caution, :cgraphic, :color, :ctrl, :ctrldef, :danger, :dd, :ddf,
  44.   :ddhd, :defn, :detable, :deuserdoc, :dfn, :dfname, :dl, :dlinenum,
  45.   :dln, :docprof, :dt, :dthd, :eaddress, :earea, :eartlink, :ecaution,
  46.   :ecgraphic, :ectrldef, :edanger, :edl, :efig, :efn, :eh, :ehelp,
  47.   :ehide, :ehp, :ehpart, :ehpt, :einfo, :elines, :elink, :ent, :eol,
  48.   :eparml, :eprolog, :eregion, :esl, :etable, :etitle, :eul, :euserdoc,
  49.   :ewarning, :exmp, :fig, :figcap, :fn, :fnref, :font, :frontm, :h1,
  50.   :h2, :h3, :h4, :h5, :h6, :h7, :h8, :h9, :hdref, :hide, :hp1, :hp2,
  51.   :hp3, :hp4, :hp5, :hp6, :hp7, :hp8, :hp9, :hpart, :hpt, :i1, :i2,
  52.   :icmd, :index, :info, :inform, :isyn, :launch, :li, :lines, :link,
  53.   :lm, :lp, :note, :nt, :ol, :p, :parml, :pbutton, :pd, :prolog, :pt,
  54.   :region, :rm, :row, :sl, :spot, :spotref, :table, :tipage, :title,
  55.   :tline, :toc, :ul, :userdoc, :warning, :xmp
  56.